projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c4b363
)
(Fsetplist): Doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 26 Oct 2003 18:48:19 +0000
(18:48 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 26 Oct 2003 18:48:19 +0000
(18:48 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 3585d2d105b29f40cedc87b2eb5ff6808b11bec5..c397bc146c4bee1062f67ccbd2df39d1305de62e 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-728,7
+728,7
@@
determined by DEFINITION. */)
}
DEFUN ("setplist", Fsetplist, Ssetplist, 2, 2, 0,
- doc: /* Set SYMBOL's property list to NEW
VAL, and return NEWVAL
. */)
+ doc: /* Set SYMBOL's property list to NEW
PLIST, and return NEWPLIST
. */)
(symbol, newplist)
register Lisp_Object symbol, newplist;
{